## # A tibble: 6 x 10
## carat cut color clarity depth table price x y z
## <dbl> <ord> <ord> <ord> <dbl> <dbl> <int> <dbl> <dbl> <dbl>
## 1 1.15 Premium H SI1 62 58 5506 6.77 6.66 4.16
## 2 1.56 Very Good I VS1 62.7 58 9857 7.42 7.37 4.64
## 3 1.02 Very Good F VS1 61.9 59 7257 6.38 6.44 3.97
## 4 1.79 Premium J VS2 62.5 60 10581 7.76 7.69 4.83
## 5 0.36 Premium F VS2 58.5 58 869 4.69 4.65 2.73
## 6 0.84 Very Good I VVS2 61.7 56 3392 6.03 6.07 3.74
Summary
- Analysis was used diamonds data from in ggplot2 package.
- Diamond price increases with carat value for any kinds of cut.
- Explore the data with plotly.